From: Pierre Chifflier Date: Sat, 27 Sep 2025 19:43:45 +0000 (+0200) Subject: llc X-Git-Tag: archive/raspbian/1%7.0.10-1+rpi1+deb13u1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=fd3efcb9094ce9522fb0ba0ebc6b6f694df61f6a;p=suricata.git llc Gbp-Pq: Name llc.patch --- diff --git a/configure.ac b/configure.ac index 783aa148..10113b7b 100644 --- a/configure.ac +++ b/configure.ac @@ -478,11 +478,12 @@ [ AS_IF([test "$CLANG" != no], [ - llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ - awk '/^clang version/ { - split($3, v, "."); - printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) - }') + #llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ + # awk '/^clang version/ { + # split($3, v, "."); + # printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) + # }') + llc_candidates=llc AC_CHECK_PROGS([LLC], [$llc_candidates], "no") if test "$LLC" = "no"; then AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files])